home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / How to install Metrowerks MPW < prev    next >
Encoding:
Text File  |  1994-06-20  |  2.2 KB  |  46 lines  |  [TEXT/MPS ]

  1. This installation has already been done on the MPW 3.3.1 ƒ on this CD
  2. ---------------------------------------------------------------------
  3.  
  4. If you have not yet installed MPW, just drag the MPW folder to your hard
  5. drive and you're ready to roll. To install in your own MPW folder:
  6.  
  7.  
  8. 1 - Copy the contents of the tools folder to the Tools folder inside of the 
  9.     MPW folder.
  10.  
  11. 2 - Copy the UserStartup•Metrowerks to the same folder as the MPW Shell
  12.  
  13. 3 - Copy all of the PPC header files to "{MPW}Interfaces:MWCIncludes:"
  14.  
  15. 4 - Copy all of the PPC libraries to "{MPW}Libraries:MWPPCLibraries:"
  16.  
  17. 5 - Copy StdCLib.xcoff from the PPCLibraries ƒ to "{MPW}Libraries:MWPPCLibraries:"
  18.     and rename it StdCLib.
  19.     
  20. 6 - Copy '"Do all xxx.helps"' into your MPW scripts ƒ
  21.  
  22. The following commands should do the above actions:
  23.  
  24. Duplicate :Tools:≈                "{MPW}Tools:"
  25. Duplicate :UserStartup•Metrowerks "{MPW}"
  26. Duplicate :Metrowerks.Help        "{MPW}"
  27. Duplicate :"Do all xxx.helps"     "{MPW}Scripts:"
  28. Duplicate :MWCExamples:           "{MPW}Examples:MWCExamples:"
  29.  
  30. NewFolder "{MPW}Interfaces:MWCIncludes:"
  31. Set MWCDIR `GetFileName -d -b Select -m 'Locate "Metrowerks  C/C++" folder'`
  32. Duplicate `Files -f -t TEXT "{MWCDIR}Headers ƒ:ANSI Headers ƒ:"`      "{MPW}Interfaces:MWCIncludes:"
  33. Duplicate `Files -f -t TEXT "{MWCDIR}Headers ƒ:Universal Headers ƒ:"` "{MPW}Interfaces:MWCIncludes:"
  34. Duplicate "{MWCDIR}MacHeaders ƒ:"MacHeadersPPC                        "{MPW}Interfaces:MWCIncludes:"
  35.  
  36. NewFolder "{MPW}Libraries:MWPPCLibraries:"
  37. Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:InterfaceLib"       "{MPW}Libraries:MWPPCLibraries:"
  38. Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:MathLib"            "{MPW}Libraries:MWPPCLibraries:"
  39. Duplicate "{MWCDIR}Libraries ƒ:MacOS PPC ƒ:ToolsLib.o"         "{MPW}Libraries:MWPPCLibraries:"
  40. Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:ANSI C++.PPC.Lib"    "{MPW}Libraries:MWPPCLibraries:"
  41. Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:ANSI C.PPC.Lib"      "{MPW}Libraries:MWPPCLibraries:"
  42. Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:bitstring.PPC.Lib"   "{MPW}Libraries:MWPPCLibraries:"
  43. Duplicate "{MWCDIR}Libraries ƒ:ANSI PPC ƒ:string.PPC.Lib"      "{MPW}Libraries:MWPPCLibraries:"
  44.  
  45. Duplicate "{MPW}Libraries:PPCLibraries:StdCLib.xcoff" "{MPW}Libraries:MWPPCLibraries:StdCLib"
  46.